McCamTable Class

Represents a cam table.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.McCamTable

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0


Syntax

C#VB
public class McCamTable
Public Class McCamTable

 

The McCamTable class exposes the following members.

Constructors

 NameDescription
McCamTableInitializes a new instance of the McCamTable class.

Properties

 NameDescription
InterpolationTypeSelects the motion type of cam.
MasterAbsoluteChooses the absolute or relative coordinates for the master axis.
MasterPositionsThe array that stores the master positions in the cam table.
PeriodicDetermines whether to repeat the cam profile.
PointParameters

The additional parameter for the table points, depends on the interpolation type.

SlaveAbsoluteChooses the absolute or relative coordinates for the slave axis.
SlavePositionsThe array that stores the slave positions in the cam table.

See also

IntervalZero.KINGSTAR.Base.Api Namespace